home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12995 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: user2.mnsinc.com!huang
  2. From: huang@mnsinc.com (Szu-Wen Huang)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: 16bit vs. 32bit
  5. Date: 3 Apr 1996 21:20:23 GMT
  6. Organization: Monumental Network Systems
  7. Message-ID: <4juq2n$s35@news1.mnsinc.com>
  8. References: <315845E6.64FC@oc.com> <315BD1FA.2B34@cmt.lpr.mail.carel.fi> <315C1210.5621@oc.com> <DpAvC8.HD4@eskimo.com>
  9. NNTP-Posting-Host: user2.mnsinc.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Steve Summit (scs@eskimo.com) wrote:
  13. : In article <315C1210.5621@oc.com>, Larry Weiss <lfw@oc.com> writes:
  14.  
  15. :>>Yeah. Maybe it was the guy who wrote the program in a 32-bit Unix machine
  16. :>>seven years back that stores data in binary format to a file you now have to
  17. :>>read in a 16-bit DOS machine?
  18.  
  19. :>And, how did that programmer "screw up" ?
  20.  
  21. :By choosing a binary data file format, and condemning later
  22. :programmers to use machine-dependent code if they wished to read
  23. :it efficiently.
  24.  
  25. Uhm, beware when you judge happenstances of another time.  The old
  26. programmer could've been incredibly wise in saving *precious* disk
  27. and memory space by using binary formats instead of text.  Seven
  28. years ago would be around the time I bought a 30 MB hard disk for
  29. around $450.
  30.  
  31. Along the same thought, I can easily imagine a programmer a few
  32. years from now cursing us all for choosing a dumb 7-bit representation
  33. to transmit data on.  "Geez, it can't even be used to store Chinese!"
  34.